SET SOUND SPEED

This command will set the frequency used by the specified Sound Number.

  Syntax
SET SOUND SPEED Sound Number,Frequency Value
  Parameters
Sound Number
Integer
The sound number
Frequency Value
Integer
The command will set the frequency used by the specified Sound Number. Decibel frequency ranges from 100 to 100,000 and must be specified using an integer value

  Returns

This command does not return a value.

  Description

Decibel frequency ranges from 100 to 100,000 and must be specified using an integer value.

  Example Code
cls
load sound "man.wav",1
play sound 1
wait 1000*8
set sound speed 1,100000
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index